home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TB / (A)TBQ.ADF / CLI_only / dt.doc < prev    next >
Text File  |  1991-09-15  |  2KB  |  43 lines

  1. This is a program that I have found useful in several occasions: when
  2. you have to transport files on floppy discs (e.g. from Stanford to
  3. Europe) it is better to be sure that all what you have copied is
  4. readable before to slip 7,000 miles away from the original material.
  5. This program, named DT for Disk Test, tests the whole disc: at first
  6. reading all cylinders one by one, to be sure that the disc itself is
  7. reliable; then reads, record by record, all files on the disc. This
  8. last step can be take long time if you have several files; but it is,
  9. as I think, the most important to check the data reliability.
  10.  
  11. DT has been written specifically for floppies: to check hard disk
  12. cylinders there are diagnostic programs that usually come with them;
  13. and to check the readabality of a subset of the files you have
  14. somewhere, you should try the program VERFIFY that you will find in
  15. the Fred Fish collection. I decided to mimic the aesthetic of the DT
  16. program from Peter Norton (in the IBM-PC Norton Utilities); but I
  17. avoided the Peter Norton's option of a switch in the command line to
  18. skip the cylinder test or the file test: in my opinion both phases
  19. are essential and not too much time consuming, so the user should
  20. perform both.
  21.  
  22. To run this program from the CLI, enter DT DFx:, where "x" is the
  23. floppy unit number (the colon can be omitted); clicking on the DT
  24. icon from the Workbench will open a window on which you will be
  25. prompted for the unit to test. The output is self-explaining.
  26.  
  27. A thank you to:
  28.               - Commodore: for the Amiga;
  29.               - Lattice, Inc.: for Lattice-C v5.04;
  30.               - ASDG, Inc.: for CygnusEd Professional;
  31.               - Joel Swank: for VERIFY (but I did not borrow almost
  32.                 anything from him);
  33.               - Peter Norton: for the original DT.
  34.  
  35. You are free to use, modify and freely distribute this program; but
  36. you must not charge money for it, and leave my name and my notes as
  37. they are (yes, I mean in the same bad english you laughed at). If you
  38. will modify DT and will take care to send me the changed program, you
  39. will make me happy. My address can be found in the source header.
  40.  
  41.                        Have fun !
  42.                                           Maurizio
  43.